home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / archvrs / msdos / uuencode / uuencdec.doc next >
Encoding:
Text File  |  1993-02-11  |  668 b   |  15 lines

  1. UUENCODE and UUDECODE were compiled under Computer Innovations C86.
  2. Note that when uuencoding a binary file, you must not feed the file to
  3. uuencode through stdin--for some reason, this causes the file to only
  4. be partially encoded (I suspect that this happens when uuencode runs
  5. into a ^Z in the input--I have played around with putting stdin into
  6. 'raw' mode, which failed to successfully correct the problem).  So
  7. when uuencoding binary files, use the full two-argument form.  Note
  8. that uudecode is unaffected.
  9.  
  10. Brant Cheikes
  11. Department of Computer and Information Science
  12. University of Pennsylvania
  13. ARPA:  brant@linc.cis.upenn.edu
  14. CSNET: brant%upenn-linc@upenn.csnet
  15.